Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure CI workflow + fixes #1810

Merged
merged 5 commits into from
Jan 20, 2021
Merged

Restructure CI workflow + fixes #1810

merged 5 commits into from
Jan 20, 2021

Conversation

imiric
Copy link
Contributor

@imiric imiric commented Jan 19, 2021

Closes #1750

This restructures the GitHub Actions CI workflow to upload the signed MSI package to the GH release, and also fixes the checksum file generation (it no longer includes itself, d'oh!) and the brew bump-formula-pr command (🤞 ). Though this brew change is untested, I just confirmed that the command is correct.

You can see a test release here.

Ivan Mirić added 5 commits January 19, 2021 16:31
The formula now uses a URL and SHA of the .zip package.
- Upload Windows packages as GHA artifacts so that they can be
  made part of the GH release (#1750).
- Upload Bintray packages in a single job.
Part of #1750

Since we're merging the MSI package with the other built artifacts it's
simpler to generate the checksum file right before creating the GH release.
@imiric imiric requested review from mstoykov and na-- January 19, 2021 15:49
Copy link
Contributor

@mstoykov mstoykov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Copy link
Member

@na-- na-- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@imiric imiric merged commit 6fd077d into master Jan 20, 2021
@imiric imiric deleted the ci/1750-msi-in-gh-misc-fixes branch January 20, 2021 08:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upload the signed msi package in GitHub releases
3 participants